home *** CD-ROM | disk | FTP | other *** search
- import java.awt.Event;
- import java.util.Vector;
-
- public class bob1 extends bob {
- public bob focus;
- public Vector bgEvents;
- public Vector fgEvents;
- public int depth;
- public boolean gupdate = false;
-
- // $FF: renamed from: i () void
- public void method_0() {
- this.bgEvents = new Vector();
- this.fgEvents = new Vector();
- }
-
- // $FF: renamed from: he (java.awt.Event) void
- public void method_1(Event var1) {
- if (var1.id == 1) {
- super.m.ag(this);
- }
-
- }
- }
-